home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-03 | 1.4 KB | 57 lines | [TEXT/MPS ] |
- #
- # Apple Products Presents
- #
- # S U R F E R ----- A CommToolbox Sample Application
- #
- # Based on the MacDTS Simple Sample Application
- #
- # SurferPlus.r - Rez Source
- #
- # Copyright © 1988-9 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions: Sample 1.1 8/90
- # Sample 1.0 08/88
- # Sample 1.01 11/88
- # Surfer 0.5 08/89
- # SurerPlus 1.0 8/90
-
- # Directions - copy the interface files and library file as below:
- #
- # duplicate "Interfaces 1:Interfaces:PInterfaces:"≈ {PInterfaces}
- # duplicate "Interfaces 1:Interfaces:CIncludes:"≈ {CIncludes}
- # duplicate "Interfaces 1:Interfaces:RIncludes:"≈ {RIncludes}
- #
- # duplicate "Interfaces 1:ToolInterfaces:PInterfaces:"≈ {PInterfaces}
- # duplicate "Interfaces 1:ToolInterfaces:CIncludes:"≈ {CIncludes}
- #
- # duplicate "Interfaces 1:Libraries:Libraries:"≈ {Libraries}
- #
- # make SurferPlus > makeit
- # makeit
-
-
- header.dump ƒƒ Makefile header.c
- echo "`date -s` -- Creating C header dumpfile"
- c header.c -o header.c.o
-
- Objs = SurferPlus.p.o ∂
- support.c.o ∂
- domouse.c.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"CommToolbox.o ∂
- "{PLibraries}"PasLib.o
-
- SurferPlus ƒƒ header.dump {Objs} makefile
- Link -o {Targ} {Objs}
- SetFile {Targ} -t APPL -c 'SurF' -a B
-
- SurferPlus ƒƒ SurferPlus.r SurferPlus.h makefile
- Rez -rd -o {Targ} SurferPlus.r -append
-
-
- SurferPlus.p.o ƒƒ makefile
- support.c.o ƒƒ makefile
- domouse.c.o ƒƒ makefile
-